home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextApps / Terminal.app / French.lproj / Preferences.nib / data.classes next >
Encoding:
Text File  |  1993-04-08  |  2.6 KB  |  186 lines

  1. WindowController = {
  2.     ACTIONS = {
  3.     setFontRequest:;
  4.     firstVisible:;
  5.     };
  6.     OUTLETS = {
  7.     fontTrap;
  8.     shellExitMatrix;
  9.     fontField;
  10.     sizeForm;
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. StartupController = {
  15.     ACTIONS = {
  16.     firstVisible:;
  17.     fastStartupChanged:;
  18.     pathWasSet:;
  19.     startupActionChanged:;
  20.     setPathRequest:;
  21.     };
  22.     OUTLETS = {
  23.     actionMatrix;
  24.     pathForm;
  25.     fastAutolaunchCheck;
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29. FontTrap = {
  30.     ACTIONS = {
  31.     changeFont:;
  32.     };
  33.     OUTLETS = {
  34.     fontTarget;
  35.     targetProxy;
  36.     };
  37.     SUPERCLASS = View;
  38. };
  39. ProcessMonitorController = {
  40.     ACTIONS = {
  41.     enablementChanged:;
  42.     remove:;
  43.     cleanProcChanged:;
  44.     add:;
  45.     textDidGetKeys:;
  46.     runningBackgroundChanged:;
  47.     };
  48.     OUTLETS = {
  49.     cleanMatrix;
  50.     cleanScrollView;
  51.     runningCleanCheck;
  52.     newCleanField;
  53.     monitorCheck;
  54.     removeButton;
  55.     fastAuditCheck;
  56.     shellsCleanCheck;
  57.     checkMatrix;
  58.     addButton;
  59.     };
  60.     SUPERCLASS = Object;
  61. };
  62. FirstResponder = {
  63.     ACTIONS = {
  64.     };
  65.     SUPERCLASS = Object;
  66. };
  67. TitleBarController = {
  68.     ACTIONS = {
  69.     customTitleChanged:;
  70.     titleBitsChanged:;
  71.     };
  72.     OUTLETS = {
  73.     fakeTitle;
  74.     elementMatrix;
  75.     titleForm;
  76.     prefObject;
  77.     };
  78.     SUPERCLASS = Object;
  79. };
  80. ShellController = {
  81.     ACTIONS = {
  82.     sourceDotLoginChanged:;
  83.     firstVisible:;
  84.     shellChanged:;
  85.     };
  86.     OUTLETS = {
  87.     shellForm;
  88.     sourceCheck;
  89.     };
  90.     SUPERCLASS = Object;
  91. };
  92. MiscController = {
  93.     ACTIONS = {
  94.     handleReturn:;
  95.     limitLines:;
  96.     unlimitLines:;
  97.     };
  98.     OUTLETS = {
  99.     linesLimited;
  100.     autoFocusCheck;
  101.     otherOptionsMatrix;
  102.     linesUnlimited;
  103.     wrapCheck;
  104.     okButton;
  105.     lineLimitField;
  106.     scrollbackEnableCheck;
  107.     };
  108.     SUPERCLASS = Object;
  109. };
  110. SizeAndFontController = {
  111.     ACTIONS = {
  112.     showDefault:;
  113.     setDefault:;
  114.     suggest:;
  115.     firstVisible:;
  116.     setStruct:;
  117.     setFont:;
  118.     setFromStruct:;
  119.     };
  120.     OUTLETS = {
  121.     fontDisplayField;
  122.     sizeForm;
  123.     };
  124.     SUPERCLASS = Object;
  125. };
  126. EmulationController = {
  127.     ACTIONS = {
  128.     firstVisible:;
  129.     suggest:;
  130.     showDefault:;
  131.     revert:;
  132.     };
  133.     OUTLETS = {
  134.     checkMatrix;
  135.     translateCheck;
  136.     altMatrix;
  137.     altBox;
  138.     altMsg;
  139.     keypadCheck;
  140.     strictCheck;
  141.     };
  142.     SUPERCLASS = Object;
  143. };
  144. Preferences = {
  145.     ACTIONS = {
  146.     windowDidResignKey:;
  147.     revert:;
  148.     suggest:;
  149.     changePane:;
  150.     showPrefWindow:;
  151.     setDefaultX:;
  152.     handleReturnByProxy:;
  153.     windowDidBecomeKey:;
  154.     ok:;
  155.     showDefaultX:;
  156.     };
  157.     OUTLETS = {
  158.     okButton;
  159.     suggestButton;
  160.     miscPane;
  161.     revertButton;
  162.     processMonitorCntl;
  163.     shellCntl;
  164.     setDefaultButton;
  165.     startupCntl;
  166.     paneSelector;
  167.     currentTerminal;
  168.     windowPane;
  169.     titleBarPane;
  170.     processMonitorPane;
  171.     emulationPane;
  172.     startupPane;
  173.     windowCntl;
  174.     buttonMatrix;
  175.     installedPane;
  176.     titleBarCntl;
  177.     miscCntl;
  178.     window;
  179.     container;
  180.     showDefaultButton;
  181.     shellPane;
  182.     emulationCntl;
  183.     };
  184.     SUPERCLASS = Object;
  185. };
  186.